func go/types.allString

4 uses

	go/types (current package)
		conversions.go#L116: 		} else if x.mode == constant_ && isInteger(x.typ) && allString(T) {
		expr.go#L876: 		if allString(x.typ) != allString(y.typ) {
		predicates.go#L52: func allString(t Type) bool          { return allBasic(t, IsString) }